home *** CD-ROM | disk | FTP | other *** search
/ Creative Review 34 / Creative-Review-CD-ROM-34.iso / pc / foo / foos.dir / 00215_Script_go to line of lyrics (herotimes)= < prev    next >
Text File  |  1998-01-23  |  229b  |  9 lines

  1. on mouseUp
  2.   
  3.   
  4.   put integer((the currentspriteNum-4)*2) into myline
  5.  -- put myline
  6.   put item 1 of line (myline) of the text of member "herotimes" into newtime
  7.   set the movietime of sprite 2 to integer(newtime)
  8.   
  9. end